home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14744 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  765 b 

  1. Path: cpsc.ucalgary.ca!davidt
  2. From: davidt@cpsc.ucalgary.ca (David Taylor)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help : Huge Integer Variables  ?
  5. Date: 1 Apr 1996 22:52:24 GMT
  6. Organization: University of Calgary CPSC
  7. Message-ID: <4jpmn8$i95@linux.cpsc.ucalgary.ca>
  8. References: <315AC298.4F2A@uh.edu>
  9. NNTP-Posting-Host: fsj.cpsc.ucalgary.ca
  10.  
  11.  
  12. In article <315AC298.4F2A@uh.edu>, Anwar A. Berrouayel <Anwar@uh.edu> wrote:
  13. >Hello,
  14. >
  15. >I need to use Huge Integers ( 8 Bytes or More)
  16. >The Bigger The Better.
  17. >
  18. >Is it possible with C++ or any other programming Lang. ?
  19. >
  20. >Thank You
  21.  
  22. If you are using g++, then the 8 byte "long long int" type is built
  23. in.
  24.  
  25. -- 
  26. Andrew Taylor     |email: davidt@cpsc.ucalgary.ca
  27.                   |www:   http://www.cpsc.ucalgary.ca/~davidt
  28.